home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_q_t / spy30.zip / SPY.DEF < prev    next >
Text File  |  1991-09-11  |  269b  |  17 lines

  1. NAME    Spy
  2.  
  3. DESCRIPTION 'Windows Espionage'
  4.  
  5. STUB    'WINSTUB.EXE'
  6.  
  7. CODE    PRELOAD MOVEABLE DISCARDABLE
  8. DATA    PRELOAD MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE    1024
  11. STACKSIZE   4096
  12.  
  13. EXPORTS
  14.     CountWindow     @1
  15.     SpyOnWindow     @2
  16.     SpyWndProc      @3
  17.